sqlx4k
Toggle table of contents
0.70.0
native
Platform filter
native
Switch theme
Search in API
sqlx4k
sqlx4k-postgres
/
io.github.smyrgeorge.sqlx4k.postgres
/
[native]PostgreSQL
/
Tx
/
fetchAll
fetch
All
native
open
suspend override
fun
fetchAll
(
sql
:
String
)
:
Result
<
ResultSet
>
open
suspend override
fun
fetchAll
(
statement
:
Statement
)
:
Result
<
ResultSet
>
open
suspend override
fun
<
T
>
fetchAll
(
statement
:
Statement
,
rowMapper
:
RowMapper
<
T
>
)
:
Result
<
List
<
T
>
>